home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphics / povsuds.arj / SUDS.DOC < prev   
Text File  |  1993-11-20  |  2KB  |  44 lines

  1.  
  2.  
  3.                                POVSUDS
  4.  
  5.                        Usage: POVSUDS output.inc
  6.  
  7.  
  8. POVSUDS is a variation of a program written by Sam Hobbs and published in
  9. the Sept '91 C User's Journal.  The basic algorithm is from Clifford
  10. Pickover's "Computers, Pattern, Chaos, and Beauty" (St. Martin's Press).
  11.  
  12. I have added the ability to create Persistence of Vision Raytracer data files
  13. using redirection.  The file thusly created will consist of a union of
  14. declared objects (SudsObject) that can be any object that you
  15. desire (and have the CPU power to trace!) as long as the object has the same
  16. size as a unit sphere (radius=1).  A file called SUDS.POV is included in this
  17. package.  This file is the "root" data file and it #includes the data
  18. generated by this program.  You must change the name of the #include
  19. file to match that of the POVSUDS output file.
  20.  
  21. This program is FAR from finished.  If you care to participate in its growth,
  22. please read the header information in the .c file for some sense of the
  23. direction that I'd like to see it move in.  Please share your enhancements
  24. with the POV Team on COMPUSERVE (GO GRAPHDEV).
  25.  
  26.     - Dan Farmer
  27.         November 91
  28.         Updated November 93.  Has it really been that long?
  29.  
  30. I have made the following changes:
  31.          o Changed to support new POV-Ray {} syntax
  32.          o Added registerVGA call to link with egavga.obj
  33.          o Made errors go to stderr
  34.          o Added 3D support (centers no longer constrained to a plane)
  35.          o Cleaned up input screen
  36.          o Added support for multiple textures
  37.          o Added spherical and rectangular bounding options
  38.          o Output to command line parameter
  39.          o Home the screen after <A>gain
  40.  
  41.     - Tim Wegner
  42.         January 92
  43. 
  44.